From: Paul Donald Date: Wed, 30 Jul 2025 12:49:54 +0000 (+0200) Subject: themes: remove -moz selectors X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=4d5ac5b3e946e465058632c060a3019b33a5ee3f;p=project%2Fluci.git themes: remove -moz selectors Firefox newer than v88 complains with: Unknown pseudo-class or pseudo-element '-moz-focus-inner'. Ruleset ignored due to bad selector. See: https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner Signed-off-by: Paul Donald --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ecc5f25032..8ab413f11f 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -224,11 +224,6 @@ textarea { line-height: 2em; } -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; -} - button, input[type="button"], input[type="reset"], @@ -1906,11 +1901,6 @@ body.modal-overlay-active #modal_overlay { font-size: 11px; } -button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { - padding: 0; - border: 0; -} - .close { float: right; color: #000;